From: OpenJDK Team Date: Sat, 29 Nov 2025 18:56:59 +0000 (+0100) Subject: make-debug-print X-Git-Tag: archive/raspbian/21.0.10_6ea-1+rpi1^2^2~24 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1d03e94794a56607f1aec78899d64b15535b3425;p=openjdk-21.git make-debug-print Gbp-Pq: Name make-debug-print.diff --- diff --git a/make/Main.gmk b/make/Main.gmk index dd2a8e42f..32b4f25c6 100644 --- a/make/Main.gmk +++ b/make/Main.gmk @@ -1277,6 +1277,7 @@ ALL_TARGETS += default jdk images docs bundles all # Aliases used for running tests. +$(call PrintVar, ALL_NAMED_TESTS) # Let "run-test" be an alias for "test" $(foreach t, $(ALL_NAMED_TESTS), $(eval run-test-$t: test-$t)) RUN_TEST_TARGETS := $(addprefix run-test-, $(ALL_NAMED_TESTS))